home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / netobjects / nfx / util / ExceptionHandler.class (.txt) next >
Encoding:
Java Class File  |  1998-11-20  |  362 b   |  6 lines

  1. package asp.netobjects.nfx.util;
  2.  
  3. public interface ExceptionHandler {
  4.    void handleException(Throwable var1);
  5. }
  6.